Q3Box_New
You can use theQ3Box_New
function to create a new box.
TQ3GeometryObject Q3Box_New (const TQ3BoxData *boxData);
boxData
- A pointer to a
TQ3BoxData
structure.DESCRIPTION
TheQ3Box_New
function returns, as its function result, a new box having the sides and attributes specified by theboxData
parameter. If a new box could not be created,Q3Box_New
returns the valueNULL
.